cpuidle: redefine cpumask_lock as rwlock_t
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 17 Jun 2010 07:53:12 +0000 (08:53 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 17 Jun 2010 07:53:12 +0000 (08:53 +0100)
commita038a9b44bc165513de3f250e743228e8fed61c6
tree5772f57c741222c2390e29eca4f0951c2240b7d1
parentdf52a1391236928859f95290a21713fc533386bf
cpuidle: redefine cpumask_lock as rwlock_t

Multiple cpus clear hpet channel cpumask simultaneously is ok. So we
can change the cpumask_lock to rwlock_t.

Signed-off-by: Wei Gang <gang.wei@intel.com>
xen/arch/x86/hpet.c